home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_33 / PlaceObject2_307_123 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-07  |  113 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    this._y += x;
  3.    x += 0.005;
  4.    if(this._y > 420)
  5.    {
  6.       rePos();
  7.    }
  8. }
  9.